OnClientUpdatedLayout Property
In This Topic
Occurs after the grid has updated its internal layout.
Syntax
'Declaration
Public Overridable Property OnClientUpdatedLayout As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientUpdatedLayout = value
value = instance.OnClientUpdatedLayout
public virtual System.string OnClientUpdatedLayout {get; set;}
public read-write property OnClientUpdatedLayout: System.String; virtual;
public function get,set OnClientUpdatedLayout : System.String
public: __property virtual System.string* get_OnClientUpdatedLayout();
public: __property virtual void set_OnClientUpdatedLayout(
System.string* value
);
public:
virtual property System.String^ OnClientUpdatedLayout {
System.String^ get();
void set ( System.String^ value);
}
See Also